home *** CD-ROM | disk | FTP | other *** search
- Path: www.rpa.net!news
- From: Fred Mellender <fredm@rpa.net>
- Newsgroups: comp.lang.c++
- Subject: Re: BC++5.0 Program doesn't compile (see text)
- Date: Fri, 05 Apr 1996 17:28:29 -0500
- Organization: Rochester Public Access, Inc.
- Message-ID: <31659E8D.1AE5@rpa.net>
- References: <31643314.794BDF32@nac.telco.com>
- NNTP-Posting-Host: pm1-ip33.rpa.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win95; I)
-
- Hi,
-
- I was able to get the pgm below to compile. The only msg was to the
- effect that a pre-compiled header could not be created for vector.h,
- because it has (executable) code in it; this msg can be safely ignored.
- For what it is worth, I am successfully using a vector type in some code
- I am working on.
-
- Regards,
-
-
- Martin Moore wrote:
- >
- > I cannot get the following program to compile...can anyone else?
- >
- > #include "vector.h"
- > using namespace std;
- > vector<long> test;
- >
- > That's it.
- >
- > --
- > Martin Moore - Telco Systems 510 624 5574
-